NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatchInsert<TItem> Class / CanInsert Method
composite
index from which to start insertion
In This Topic
    CanInsert Method
    In This Topic
    Determines whether the items contained in the batch can be inserted in the specified composite
    Syntax
    public System.bool CanInsert( 
       NElement collection,
       System.int startIndex
    )

    Parameters

    collection
    composite
    startIndex
    index from which to start insertion

    Return Value

    true if the nodes can be inserted in the composite, otherwise false
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also